home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / xmsplay.zip / xmsplay.doc < prev    next >
Text File  |  1993-06-14  |  815b  |  18 lines

  1. Well, here is a very simple program I wrote in Turbo Pascal. It started
  2. out as a project to see if I could write a program to load a file into
  3. extended memory (XMS memory), and then I found out that the CT-VOICE
  4. Sound Blaster driver could play sound from XMS memory. To run the program,
  5. just type "XMSPLAY <file>" to play the file. It will only play VOC files,
  6. though. The program will load the file into XMS memory, play it, and then
  7. exit. You can abort the playback by pressing any key. Lastly, your Sound
  8. Blaster has to have the capabilities to play the sound (e.g., you can't
  9. play back a stereo recording on a regular Sound Blaster).
  10.  
  11. Thanks,
  12. Steven Ziuchkovski
  13.  
  14. Send any comments to stevenmz@techbook.com.
  15.  
  16. BTW - This file is in the public domain. Feel free to reverse engineer it,
  17. whatever!
  18.